Add ESLint linting GitHub Action for PRs#377
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a lint.yml workflow that runs pnpm lint:check on all pull requests targeting main and test branches, matching the existing format and test workflow patterns. Co-Authored-By: Paperclip <noreply@paperclip.ing>
1ef45d6 to
9fda04e
Compare
Summary
lint.ymlGitHub Action workflow that runspnpm lint:checkon all pull requests targetingmainandtestbranchesformat.ymlandtest.ymlworkflowsTest plan
testormainand verify the Lint Check workflow runsCo-Authored-By: Paperclip noreply@paperclip.ing